Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.

ledger-tool: Add purge --no-compaction flag#11052

Merged
mvines merged 1 commit intosolana-labs:masterfrom
mvines:noc
Jul 14, 2020
Merged

ledger-tool: Add purge --no-compaction flag#11052
mvines merged 1 commit intosolana-labs:masterfrom
mvines:noc

Conversation

@mvines
Copy link
Copy Markdown
Contributor

@mvines mvines commented Jul 14, 2020

No description provided.

@mvines mvines force-pushed the noc branch 2 times, most recently from ca5f4f1 to d2ceabb Compare July 14, 2020 16:53
@codecov
Copy link
Copy Markdown

codecov Bot commented Jul 14, 2020

Codecov Report

Merging #11052 into master will decrease coverage by 0.0%.
The diff coverage is n/a.

@@            Coverage Diff            @@
##           master   #11052     +/-   ##
=========================================
- Coverage    82.2%    82.2%   -0.1%     
=========================================
  Files         318      318             
  Lines       72870    72870             
=========================================
- Hits        59914    59907      -7     
- Misses      12956    12963      +7     

@mvines mvines requested a review from sakridge July 14, 2020 19:11
Copy link
Copy Markdown
Contributor

@sakridge sakridge left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@mvines mvines merged commit bed74d8 into solana-labs:master Jul 14, 2020
Comment thread ledger-tool/src/main.rs
("purge", Some(arg_matches)) => {
let start_slot = value_t_or_exit!(arg_matches, "start_slot", Slot);
let end_slot = value_t_or_exit!(arg_matches, "end_slot", Slot);
let no_compaction = arg_matches.is_present("no-compaction");
Copy link
Copy Markdown
Contributor

@ryoqun ryoqun Oct 21, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

😿 #13065

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants